This function writes block SOM offset values. This is a special function for SOM MISR data.
Result = EOS_GD_BLKSOMOFFSET(gridID, offset, code)
Returns SUCCEED (0) if successful and FAIL (–1) otherwise.
The grid ID (long) as returned from EOS_GD_ATTACH.
A scalar or array of offset values. The offset must be initialized to the correct data type and number of elements for the values to be written correctly.
The type of action performed (read (r), write (w)). This value must be set to either the string r or w. If the string value is not recognized, the code defaults to r.
None
5.3 |
Introduced |